2026-09-21 01:24:25,174 [ 184759 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse (runner:53, check_args_and_update_paths) 2026-09-21 01:24:25,175 [ 184759 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:79, check_args_and_update_paths) 2026-09-21 01:24:25,175 [ 184759 ] INFO : utils dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/utils (runner:90, check_args_and_update_paths) 2026-09-21 01:24:25,175 [ 184759 ] INFO : base_configs_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:92, check_args_and_update_paths) clickhouse_integration_tests_volume Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_5ewz40 --privileged --dns-search='.' --memory=30709018624 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=5dc43a6382f0 -e DOCKER_BASE_TAG=5ccda723c1fc -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=d862517635bf -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS="--dist=loadfile -n 10 -rfEps --run-id=1 --color=no --durations=0 --report-log=parallel0_1.jsonl --report-log-exclude-logs-on-passed-tests test_asynchronous_metric_jemalloc_profile_active/test.py::test_asynchronous_metric_jemalloc_profile_active test_backup_restore_on_cluster/test_different_versions.py::test_different_versions test_database_delta/test.py::test_complex_table_schema test_database_delta/test.py::test_embedded_database_and_tables test_database_delta/test.py::test_multiple_schemes_tables -vvv " altinityinfra/integration-tests-runner:226bfaf75ac1 '. Start tests ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache Test order randomisation NOT enabled. Enable with --random-order or --random-order-bucket= rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: timeout-2.3.1, repeat-0.9.3, order-1.0.0, reportlog-0.4.0, xdist-3.5.0, random-order-1.1.1 timeout: 900.0s timeout method: signal timeout func_only: False created: 10/10 workers 10 workers [5 items] scheduling tests via LoadFileScheduling test_asynchronous_metric_jemalloc_profile_active/test.py::test_asynchronous_metric_jemalloc_profile_active test_database_delta/test.py::test_complex_table_schema test_backup_restore_on_cluster/test_different_versions.py::test_different_versions [gw3] [ 20%] SKIPPED test_asynchronous_metric_jemalloc_profile_active/test.py::test_asynchronous_metric_jemalloc_profile_active [gw2] [ 40%] FAILED test_backup_restore_on_cluster/test_different_versions.py::test_different_versions [gw0] [ 60%] ERROR test_database_delta/test.py::test_complex_table_schema test_database_delta/test.py::test_embedded_database_and_tables [gw0] [ 80%] ERROR test_database_delta/test.py::test_embedded_database_and_tables test_database_delta/test.py::test_multiple_schemes_tables [gw0] [100%] ERROR test_database_delta/test.py::test_multiple_schemes_tables ==================================== ERRORS ==================================== _________________ ERROR at setup of test_complex_table_schema __________________ [gw0] linux -- Python 3.10.12 /usr/bin/python3 @pytest.fixture(scope="module") def started_cluster(): try: cluster = ClickHouseCluster(__file__) cluster.add_instance( "node1", main_configs=[], user_configs=[], image="clickhouse/integration-test-with-unity-catalog", with_installed_binary=False, tag=os.environ.get("DOCKER_BASE_WITH_UNITY_CATALOG_TAG", "latest") ) logging.info("Starting cluster...") > cluster.start() test_database_delta/test.py:43: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ helpers/cluster.py:2779: in start retry(log_function=logging_pulling_images)(run_and_check, images_pull_cmd) helpers/retry_decorator.py:20: in inner func(*args, **kwargs) helpers/cluster.py:132: in run_and_check res = subprocess.run( /usr/lib/python3.10/subprocess.py:505: in run stdout, stderr = process.communicate(input, timeout=timeout) /usr/lib/python3.10/subprocess.py:1154: in communicate stdout, stderr = self._communicate(input, endtime, timeout) /usr/lib/python3.10/subprocess.py:2021: in _communicate ready = selector.select(timeout) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , timeout = 5690 def select(self, timeout=None): # This is shared between poll() and epoll(). # epoll() has a different signature and handling of timeout parameter. if timeout is None: timeout = None elif timeout <= 0: timeout = 0 else: # poll() has a resolution of 1 millisecond, round away from # zero to wait *at least* timeout seconds. timeout = math.ceil(timeout * 1e3) ready = [] try: > fd_event_list = self._selector.poll(timeout) E Failed: Timeout >900.0s /usr/lib/python3.10/selectors.py:416: Failed ---------------------------- Captured stdout setup ----------------------------- Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml ~~~~~~~~~~~~~~~~~~~~~ Stack of (140136221881920) ~~~~~~~~~~~~~~~~~~~~~ File "/usr/local/lib/python3.10/dist-packages/execnet/gateway_base.py", line 411, in _perform_spawn reply.run() File "/usr/local/lib/python3.10/dist-packages/execnet/gateway_base.py", line 341, in run self._result = func(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/execnet/gateway_base.py", line 1160, in _thread_receiver msg = Message.from_io(io) File "/usr/local/lib/python3.10/dist-packages/execnet/gateway_base.py", line 567, in from_io header = io.read(9) # type 1, channel 4, payload 4 File "/usr/local/lib/python3.10/dist-packages/execnet/gateway_base.py", line 534, in read data = self._read(numbytes - len(buf)) ------------------------------ Captured log setup ------------------------------ 2026-09-21 01:24:34.812000 [ 595 ] DEBUG : Command:[docker ps | wc -l] (cluster.py:121, run_and_check) 2026-09-21 01:24:34.858000 [ 595 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2026-09-21 01:24:34.859000 [ 595 ] DEBUG : No running containers (conftest.py:95, cleanup_environment) 2026-09-21 01:24:34.859000 [ 595 ] DEBUG : Pruning Docker networks (conftest.py:97, cleanup_environment) 2026-09-21 01:24:34.859000 [ 595 ] DEBUG : Command:[docker network prune --force] (cluster.py:121, run_and_check) 2026-09-21 01:24:34.894000 [ 595 ] DEBUG : Command:[sysctl net.ipv4.ip_local_port_range='55000 65535'] (cluster.py:121, run_and_check) 2026-09-21 01:24:34.900000 [ 595 ] DEBUG : Stdout:net.ipv4.ip_local_port_range = 55000 65535 (cluster.py:145, run_and_check) 2026-09-21 01:24:34.901000 [ 595 ] DEBUG : ENV DOCKER_KERBEROS_KDC_TAG 9391ecdee8d7 (cluster.py:424, __init__) 2026-09-21 01:24:34.901000 [ 595 ] DEBUG : ENV CLICKHOUSE_TESTS_SERVER_BIN_PATH /clickhouse (cluster.py:424, __init__) 2026-09-21 01:24:34.901000 [ 595 ] DEBUG : ENV MSAN_OPTIONS abort_on_error=1 poison_in_dtor=1 (cluster.py:424, __init__) 2026-09-21 01:24:34.902000 [ 595 ] DEBUG : ENV JAVA_TOOL_OPTIONS -Djdk.attach.allowAttachSelf=true (cluster.py:424, __init__) 2026-09-21 01:24:34.902000 [ 595 ] DEBUG : ENV TSAN_OPTIONS halt_on_error=1 abort_on_error=1 history_size=7 memory_limit_mb=46080 second_deadlock_stack=1 (cluster.py:424, __init__) 2026-09-21 01:24:34.902000 [ 595 ] DEBUG : ENV HOSTNAME 121344b61596 (cluster.py:424, __init__) 2026-09-21 01:24:34.903000 [ 595 ] DEBUG : ENV SHLVL 0 (cluster.py:424, __init__) 2026-09-21 01:24:34.903000 [ 595 ] DEBUG : ENV HOME /root (cluster.py:424, __init__) 2026-09-21 01:24:34.903000 [ 595 ] DEBUG : ENV OLDPWD / (cluster.py:424, __init__) 2026-09-21 01:24:34.903000 [ 595 ] DEBUG : ENV DOCKER_HELPER_TAG 5dc43a6382f0 (cluster.py:424, __init__) 2026-09-21 01:24:34.904000 [ 595 ] DEBUG : ENV PYTHONUNBUFFERED 1 (cluster.py:424, __init__) 2026-09-21 01:24:34.904000 [ 595 ] DEBUG : ENV DOCKER_PYTHON_BOTTLE_TAG d862517635bf (cluster.py:424, __init__) 2026-09-21 01:24:34.904000 [ 595 ] DEBUG : ENV UBSAN_OPTIONS print_stacktrace=1 (cluster.py:424, __init__) 2026-09-21 01:24:34.904000 [ 595 ] DEBUG : ENV PYTEST_ADDOPTS --dist=loadfile -n 10 -rfEps --run-id=1 --color=no --durations=0 --report-log=parallel0_1.jsonl --report-log-exclude-logs-on-passed-tests test_asynchronous_metric_jemalloc_profile_active/test.py::test_asynchronous_metric_jemalloc_profile_active test_backup_restore_on_cluster/test_different_versions.py::test_different_versions test_database_delta/test.py::test_complex_table_schema test_database_delta/test.py::test_embedded_database_and_tables test_database_delta/test.py::test_multiple_schemes_tables -vvv (cluster.py:424, __init__) 2026-09-21 01:24:34.905000 [ 595 ] DEBUG : ENV COMPOSE_HTTP_TIMEOUT 600 (cluster.py:424, __init__) 2026-09-21 01:24:34.905000 [ 595 ] DEBUG : ENV DOCKER_MYSQL_PHP_CLIENT_TAG 88be89c1e3b6 (cluster.py:424, __init__) 2026-09-21 01:24:34.905000 [ 595 ] DEBUG : ENV DOCKER_DOTNET_CLIENT_TAG 11de0b29a15d (cluster.py:424, __init__) 2026-09-21 01:24:34.905000 [ 595 ] DEBUG : ENV CLICKHOUSE_TESTS_CLIENT_BIN_PATH /clickhouse (cluster.py:424, __init__) 2026-09-21 01:24:34.905000 [ 595 ] DEBUG : ENV DOCKER_MYSQL_JS_CLIENT_TAG 41ba7c2ec2a1 (cluster.py:424, __init__) 2026-09-21 01:24:34.905000 [ 595 ] DEBUG : ENV PATH /spark-3.3.2-bin-hadoop3/bin:/opt/gdb/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin (cluster.py:424, __init__) 2026-09-21 01:24:34.905000 [ 595 ] DEBUG : ENV DOCKER_KERBERIZED_HADOOP_TAG latest (cluster.py:424, __init__) 2026-09-21 01:24:34.906000 [ 595 ] DEBUG : ENV DOCKER_CHANNEL stable (cluster.py:424, __init__) 2026-09-21 01:24:34.906000 [ 595 ] DEBUG : ENV DOCKER_CLIENT_TIMEOUT 300 (cluster.py:424, __init__) 2026-09-21 01:24:34.906000 [ 595 ] DEBUG : ENV DOCKER_POSTGRESQL_JAVA_CLIENT_TAG a4eff5c7f4d6 (cluster.py:424, __init__) 2026-09-21 01:24:34.906000 [ 595 ] DEBUG : ENV DOCKER_NGINX_DAV_TAG b55ac9cd7519 (cluster.py:424, __init__) 2026-09-21 01:24:34.906000 [ 595 ] DEBUG : ENV DOCKER_MYSQL_GOLANG_CLIENT_TAG 9bec2a638e6e (cluster.py:424, __init__) 2026-09-21 01:24:34.907000 [ 595 ] DEBUG : ENV PWD /ClickHouse/tests/integration (cluster.py:424, __init__) 2026-09-21 01:24:34.907000 [ 595 ] DEBUG : ENV DOCKER_MYSQL_JAVA_CLIENT_TAG 766bff31cfe4 (cluster.py:424, __init__) 2026-09-21 01:24:34.907000 [ 595 ] DEBUG : ENV CLICKHOUSE_TESTS_BASE_CONFIG_DIR /clickhouse-config (cluster.py:424, __init__) 2026-09-21 01:24:34.907000 [ 595 ] DEBUG : ENV TZ Etc/UTC (cluster.py:424, __init__) 2026-09-21 01:24:34.907000 [ 595 ] DEBUG : ENV JAVA_PATH /usr/lib/jvm/java-11-openjdk-amd64/bin/java (cluster.py:424, __init__) 2026-09-21 01:24:34.908000 [ 595 ] DEBUG : ENV DOCKER_BASE_TAG 5ccda723c1fc (cluster.py:424, __init__) 2026-09-21 01:24:34.908000 [ 595 ] DEBUG : ENV SPARK_HOME /spark-3.3.2-bin-hadoop3 (cluster.py:424, __init__) 2026-09-21 01:24:34.908000 [ 595 ] DEBUG : ENV LC_CTYPE C.UTF-8 (cluster.py:424, __init__) 2026-09-21 01:24:34.908000 [ 595 ] DEBUG : ENV INTEGRATION_TESTS_RUN_ID 1 (cluster.py:424, __init__) 2026-09-21 01:24:34.908000 [ 595 ] DEBUG : ENV WORKER_FREE_PORTS 30000 30001 30002 30003 30004 30005 30006 30007 30008 30009 30010 30011 30012 30013 30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 30035 30036 30037 30038 30039 30040 30041 30042 30043 30044 30045 30046 30047 30048 30049 (cluster.py:424, __init__) 2026-09-21 01:24:34.908000 [ 595 ] DEBUG : ENV PYTEST_XDIST_TESTRUNUID 0f11f1827660425db8b5713daf57fefe (cluster.py:424, __init__) 2026-09-21 01:24:34.909000 [ 595 ] DEBUG : ENV PYTEST_XDIST_WORKER gw0 (cluster.py:424, __init__) 2026-09-21 01:24:34.909000 [ 595 ] DEBUG : ENV PYTEST_XDIST_WORKER_COUNT 10 (cluster.py:424, __init__) 2026-09-21 01:24:34.909000 [ 595 ] DEBUG : ENV PYTEST_CURRENT_TEST test_database_delta/test.py::test_complex_table_schema (setup) (cluster.py:424, __init__) 2026-09-21 01:24:34.910000 [ 595 ] DEBUG : CLUSTER INIT base_config_dir:/clickhouse-config (cluster.py:724, __init__) 2026-09-21 01:24:34.910000 [ 595 ] DEBUG : clickhouse_start_command: clickhouse server --config-file=/etc/clickhouse-server/{main_config_file} --log-file=/var/log/clickhouse-server/clickhouse-server.log --errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log (cluster.py:1662, add_instance) 2026-09-21 01:24:34.910000 [ 595 ] DEBUG : Cluster name: project_name:roottestdatabasedelta-gw0. Added instance name:node1 tag:latest base_cmd:['docker', 'compose', '--env-file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/.env', '--project-name', 'roottestdatabasedelta-gw0', '--file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/node1/docker-compose.yml'] docker_compose_yml_dir:/ClickHouse/tests/integration/helpers/../../../tests/integration/compose/ (cluster.py:1948, add_instance) 2026-09-21 01:24:34.911000 [ 595 ] INFO : Starting cluster... (test.py:42, started_cluster) 2026-09-21 01:24:34.911000 [ 595 ] INFO : Running tests in /ClickHouse/tests/integration/test_database_delta/test.py (cluster.py:2738, start) 2026-09-21 01:24:34.911000 [ 595 ] DEBUG : Cluster start called. is_up=False (cluster.py:2745, start) 2026-09-21 01:24:34.954000 [ 595 ] DEBUG : Docker networks for project roottestdatabasedelta-gw0 are NETWORK ID NAME DRIVER SCOPE (cluster.py:830, print_all_docker_pieces) 2026-09-21 01:24:34.997000 [ 595 ] DEBUG : Docker containers for project roottestdatabasedelta-gw0 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:838, print_all_docker_pieces) 2026-09-21 01:24:35.032000 [ 595 ] DEBUG : Docker volumes for project roottestdatabasedelta-gw0 are DRIVER VOLUME NAME (cluster.py:846, print_all_docker_pieces) 2026-09-21 01:24:35.033000 [ 595 ] DEBUG : Cleanup called (cluster.py:851, cleanup) 2026-09-21 01:24:35.065000 [ 595 ] DEBUG : Docker networks for project roottestdatabasedelta-gw0 are NETWORK ID NAME DRIVER SCOPE (cluster.py:830, print_all_docker_pieces) 2026-09-21 01:24:35.096000 [ 595 ] DEBUG : Docker containers for project roottestdatabasedelta-gw0 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:838, print_all_docker_pieces) 2026-09-21 01:24:35.132000 [ 595 ] DEBUG : Docker volumes for project roottestdatabasedelta-gw0 are DRIVER VOLUME NAME (cluster.py:846, print_all_docker_pieces) 2026-09-21 01:24:35.133000 [ 595 ] DEBUG : Command:[docker container list --all --filter name='^/roottestdatabasedelta-gw0-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:121, run_and_check) 2026-09-21 01:24:35.179000 [ 595 ] DEBUG : Unstopped containers: {} (cluster.py:865, cleanup) 2026-09-21 01:24:35.180000 [ 595 ] DEBUG : No running containers for project: roottestdatabasedelta-gw0 (cluster.py:879, cleanup) 2026-09-21 01:24:35.180000 [ 595 ] DEBUG : Trying to prune unused networks... (cluster.py:885, cleanup) 2026-09-21 01:24:35.220000 [ 595 ] DEBUG : Trying to prune unused images... (cluster.py:901, cleanup) 2026-09-21 01:24:35.220000 [ 595 ] DEBUG : Command:[docker image prune -f] (cluster.py:121, run_and_check) 2026-09-21 01:24:35.283000 [ 595 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:145, run_and_check) 2026-09-21 01:24:35.283000 [ 595 ] DEBUG : Images pruned (cluster.py:904, cleanup) 2026-09-21 01:24:35.284000 [ 595 ] DEBUG : Trying to prune unused volumes... (cluster.py:910, cleanup) 2026-09-21 01:24:35.284000 [ 595 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:121, run_and_check) 2026-09-21 01:24:35.328000 [ 595 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2026-09-21 01:24:35.329000 [ 595 ] DEBUG : Volumes pruned: 1 (cluster.py:915, cleanup) 2026-09-21 01:24:35.329000 [ 595 ] DEBUG : Setup directory for instance: node1 (cluster.py:2758, start) 2026-09-21 01:24:35.331000 [ 595 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4628, create_dir) 2026-09-21 01:24:35.331000 [ 595 ] DEBUG : Create directory for common tests configuration (cluster.py:4633, create_dir) 2026-09-21 01:24:35.332000 [ 595 ] DEBUG : Copy common configuration from helpers (cluster.py:4653, create_dir) 2026-09-21 01:24:35.333000 [ 595 ] DEBUG : Generate and write macros file (cluster.py:4705, create_dir) 2026-09-21 01:24:35.334000 [ 595 ] DEBUG : Copy custom test config files [] to /ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/node1/configs/config.d (cluster.py:4741, create_dir) 2026-09-21 01:24:35.334000 [ 595 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/node1/database (cluster.py:4758, create_dir) 2026-09-21 01:24:35.334000 [ 595 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/node1/logs (cluster.py:4769, create_dir) 2026-09-21 01:24:35.334000 [ 595 ] DEBUG : Entrypoint cmd: ["clickhouse", "server", "--config-file=/etc/clickhouse-server/config.xml", "--log-file=/var/log/clickhouse-server/clickhouse-server.log", "--errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log", "--"] (cluster.py:4850, create_dir) 2026-09-21 01:24:35.335000 [ 595 ] DEBUG : Env {'ASAN_OPTIONS': 'use_sigaltstack=0', 'TSAN_OPTIONS': 'use_sigaltstack=0', 'CLICKHOUSE_WATCHDOG_ENABLE': '0', 'CLICKHOUSE_NATS_TLS_SECURE': '0', 'LLVM_PROFILE_FILE': '/var/lib/clickhouse/server_%h_%p_%m.profraw'} stored in /ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/.env (cluster.py:96, _create_env_file) 2026-09-21 01:24:35.336000 [ 595 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2026-09-21 01:24:35.336000 [ 595 ] DEBUG : No config file found (config.py:28, find_config_file) 2026-09-21 01:24:35.336000 [ 595 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2026-09-21 01:24:35.336000 [ 595 ] DEBUG : No config file found (config.py:28, find_config_file) 2026-09-21 01:24:35.355000 [ 595 ] DEBUG : http://localhost:None "GET /version HTTP/1.1" 200 826 (connectionpool.py:547, _make_request) 2026-09-21 01:24:35.356000 [ 595 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/.env --project-name roottestdatabasedelta-gw0 --file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/node1/docker-compose.yml pull] (cluster.py:121, run_and_check) 2026-09-21 01:29:35.363000 [ 595 ] INFO : Got exception pulling images: Command '['docker', 'compose', '--env-file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/.env', '--project-name', 'roottestdatabasedelta-gw0', '--file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/node1/docker-compose.yml', 'pull']' timed out after 300 seconds (cluster.py:2775, logging_pulling_images) 2026-09-21 01:29:37.558000 [ 595 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/.env --project-name roottestdatabasedelta-gw0 --file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/node1/docker-compose.yml pull] (cluster.py:121, run_and_check) 2026-09-21 01:34:37.569000 [ 595 ] INFO : Got exception pulling images: Command '['docker', 'compose', '--env-file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/.env', '--project-name', 'roottestdatabasedelta-gw0', '--file', '/ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/node1/docker-compose.yml', 'pull']' timed out after 300 seconds (cluster.py:2775, logging_pulling_images) 2026-09-21 01:34:40.423000 [ 595 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/.env --project-name roottestdatabasedelta-gw0 --file /ClickHouse/tests/integration/test_database_delta/_instances-1-gw0/node1/docker-compose.yml pull] (cluster.py:121, run_and_check) 2026-09-21 01:39:34.815000 [ 595 ] DEBUG : Failed to start cluster: (cluster.py:3169, start) 2026-09-21 01:39:34.815000 [ 595 ] DEBUG : Timeout >900.0s (cluster.py:3170, start) 2026-09-21 01:39:34.819000 [ 595 ] DEBUG : Traceback (most recent call last): File "/ClickHouse/tests/integration/helpers/cluster.py", line 2779, in start retry(log_function=logging_pulling_images)(run_and_check, images_pull_cmd) File "/ClickHouse/tests/integration/helpers/retry_decorator.py", line 20, in inner func(*args, **kwargs) File "/ClickHouse/tests/integration/helpers/cluster.py", line 132, in run_and_check res = subprocess.run( File "/usr/lib/python3.10/subprocess.py", line 505, in run stdout, stderr = process.communicate(input, timeout=timeout) File "/usr/lib/python3.10/subprocess.py", line 1154, in communicate stdout, stderr = self._communicate(input, endtime, timeout) File "/usr/lib/python3.10/subprocess.py", line 2021, in _communicate ready = selector.select(timeout) File "/usr/lib/python3.10/selectors.py", line 416, in select fd_event_list = self._selector.poll(timeout) File "/usr/local/lib/python3.10/dist-packages/pytest_timeout.py", line 313, in handler timeout_sigalrm(item, settings) File "/usr/local/lib/python3.10/dist-packages/pytest_timeout.py", line 498, in timeout_sigalrm pytest.fail("Timeout >%ss" % settings.timeout) File "/usr/local/lib/python3.10/dist-packages/_pytest/outcomes.py", line 198, in fail raise Failed(msg=reason, pytrace=pytrace) Failed: Timeout >900.0s (cluster.py:3171, start) 2026-09-21 01:39:34.821000 [ 595 ] WARNING : docker compose up was not called. Trying to export docker.log for running containers (cluster.py:3252, shutdown) 2026-09-21 01:39:34.821000 [ 595 ] DEBUG : Cleanup called (cluster.py:851, cleanup) 2026-09-21 01:39:34.863000 [ 595 ] DEBUG : Docker networks for project roottestdatabasedelta-gw0 are NETWORK ID NAME DRIVER SCOPE (cluster.py:830, print_all_docker_pieces) 2026-09-21 01:39:34.910000 [ 595 ] DEBUG : Docker containers for project roottestdatabasedelta-gw0 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:838, print_all_docker_pieces) 2026-09-21 01:39:34.952000 [ 595 ] DEBUG : Docker volumes for project roottestdatabasedelta-gw0 are DRIVER VOLUME NAME (cluster.py:846, print_all_docker_pieces) 2026-09-21 01:39:34.952000 [ 595 ] DEBUG : Command:[docker container list --all --filter name='^/roottestdatabasedelta-gw0-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:121, run_and_check) 2026-09-21 01:39:34.996000 [ 595 ] DEBUG : Unstopped containers: {} (cluster.py:865, cleanup) 2026-09-21 01:39:34.996000 [ 595 ] DEBUG : No running containers for project: roottestdatabasedelta-gw0 (cluster.py:879, cleanup) 2026-09-21 01:39:34.996000 [ 595 ] DEBUG : Trying to prune unused networks... (cluster.py:885, cleanup) 2026-09-21 01:39:35.034000 [ 595 ] DEBUG : Trying to prune unused images... (cluster.py:901, cleanup) 2026-09-21 01:39:35.035000 [ 595 ] DEBUG : Command:[docker image prune -f] (cluster.py:121, run_and_check) 2026-09-21 01:39:36.142000 [ 595 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:145, run_and_check) 2026-09-21 01:39:36.142000 [ 595 ] DEBUG : Images pruned (cluster.py:904, cleanup) 2026-09-21 01:39:36.143000 [ 595 ] DEBUG : Trying to prune unused volumes... (cluster.py:910, cleanup) 2026-09-21 01:39:36.143000 [ 595 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:121, run_and_check) 2026-09-21 01:39:36.186000 [ 595 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2026-09-21 01:39:36.186000 [ 595 ] DEBUG : Volumes pruned: 1 (cluster.py:915, cleanup) 2026-09-21 01:39:36.186000 [ 595 ] WARNING : docker compose up was not called. Trying to export docker.log for running containers (cluster.py:3252, shutdown) 2026-09-21 01:39:36.187000 [ 595 ] DEBUG : Cleanup called (cluster.py:851, cleanup) 2026-09-21 01:39:36.238000 [ 595 ] DEBUG : Docker networks for project roottestdatabasedelta-gw0 are NETWORK ID NAME DRIVER SCOPE (cluster.py:830, print_all_docker_pieces) 2026-09-21 01:39:36.281000 [ 595 ] DEBUG : Docker containers for project roottestdatabasedelta-gw0 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:838, print_all_docker_pieces) 2026-09-21 01:39:36.327000 [ 595 ] DEBUG : Docker volumes for project roottestdatabasedelta-gw0 are DRIVER VOLUME NAME (cluster.py:846, print_all_docker_pieces) 2026-09-21 01:39:36.327000 [ 595 ] DEBUG : Command:[docker container list --all --filter name='^/roottestdatabasedelta-gw0-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:121, run_and_check) 2026-09-21 01:39:36.371000 [ 595 ] DEBUG : Unstopped containers: {} (cluster.py:865, cleanup) 2026-09-21 01:39:36.372000 [ 595 ] DEBUG : No running containers for project: roottestdatabasedelta-gw0 (cluster.py:879, cleanup) 2026-09-21 01:39:36.372000 [ 595 ] DEBUG : Trying to prune unused networks... (cluster.py:885, cleanup) 2026-09-21 01:39:36.418000 [ 595 ] DEBUG : Trying to prune unused images... (cluster.py:901, cleanup) 2026-09-21 01:39:36.419000 [ 595 ] DEBUG : Command:[docker image prune -f] (cluster.py:121, run_and_check) 2026-09-21 01:39:36.489000 [ 595 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:145, run_and_check) 2026-09-21 01:39:36.489000 [ 595 ] DEBUG : Images pruned (cluster.py:904, cleanup) 2026-09-21 01:39:36.489000 [ 595 ] DEBUG : Trying to prune unused volumes... (cluster.py:910, cleanup) 2026-09-21 01:39:36.489000 [ 595 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:121, run_and_check) 2026-09-21 01:39:36.540000 [ 595 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2026-09-21 01:39:36.540000 [ 595 ] DEBUG : Volumes pruned: 1 (cluster.py:915, cleanup) _____________ ERROR at setup of test_embedded_database_and_tables ______________ [gw0] linux -- Python 3.10.12 /usr/bin/python3 @pytest.fixture(scope="module") def started_cluster(): try: cluster = ClickHouseCluster(__file__) cluster.add_instance( "node1", main_configs=[], user_configs=[], image="clickhouse/integration-test-with-unity-catalog", with_installed_binary=False, tag=os.environ.get("DOCKER_BASE_WITH_UNITY_CATALOG_TAG", "latest") ) logging.info("Starting cluster...") > cluster.start() test_database_delta/test.py:43: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ helpers/cluster.py:2779: in start retry(log_function=logging_pulling_images)(run_and_check, images_pull_cmd) helpers/retry_decorator.py:20: in inner func(*args, **kwargs) helpers/cluster.py:132: in run_and_check res = subprocess.run( /usr/lib/python3.10/subprocess.py:505: in run stdout, stderr = process.communicate(input, timeout=timeout) /usr/lib/python3.10/subprocess.py:1154: in communicate stdout, stderr = self._communicate(input, endtime, timeout) /usr/lib/python3.10/subprocess.py:2021: in _communicate ready = selector.select(timeout) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , timeout = 5690 def select(self, timeout=None): # This is shared between poll() and epoll(). # epoll() has a different signature and handling of timeout parameter. if timeout is None: timeout = None elif timeout <= 0: timeout = 0 else: # poll() has a resolution of 1 millisecond, round away from # zero to wait *at least* timeout seconds. timeout = math.ceil(timeout * 1e3) ready = [] try: > fd_event_list = self._selector.poll(timeout) E Failed: Timeout >900.0s /usr/lib/python3.10/selectors.py:416: Failed ________________ ERROR at setup of test_multiple_schemes_tables ________________ [gw0] linux -- Python 3.10.12 /usr/bin/python3 @pytest.fixture(scope="module") def started_cluster(): try: cluster = ClickHouseCluster(__file__) cluster.add_instance( "node1", main_configs=[], user_configs=[], image="clickhouse/integration-test-with-unity-catalog", with_installed_binary=False, tag=os.environ.get("DOCKER_BASE_WITH_UNITY_CATALOG_TAG", "latest") ) logging.info("Starting cluster...") > cluster.start() test_database_delta/test.py:43: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ helpers/cluster.py:2779: in start retry(log_function=logging_pulling_images)(run_and_check, images_pull_cmd) helpers/retry_decorator.py:20: in inner func(*args, **kwargs) helpers/cluster.py:132: in run_and_check res = subprocess.run( /usr/lib/python3.10/subprocess.py:505: in run stdout, stderr = process.communicate(input, timeout=timeout) /usr/lib/python3.10/subprocess.py:1154: in communicate stdout, stderr = self._communicate(input, endtime, timeout) /usr/lib/python3.10/subprocess.py:2021: in _communicate ready = selector.select(timeout) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , timeout = 5690 def select(self, timeout=None): # This is shared between poll() and epoll(). # epoll() has a different signature and handling of timeout parameter. if timeout is None: timeout = None elif timeout <= 0: timeout = 0 else: # poll() has a resolution of 1 millisecond, round away from # zero to wait *at least* timeout seconds. timeout = math.ceil(timeout * 1e3) ready = [] try: > fd_event_list = self._selector.poll(timeout) E Failed: Timeout >900.0s /usr/lib/python3.10/selectors.py:416: Failed =================================== FAILURES =================================== ___________________________ test_different_versions ____________________________ [gw2] linux -- Python 3.10.12 /usr/bin/python3 def test_different_versions(): new_node.query( "CREATE TABLE tbl" " ON CLUSTER 'cluster_ver'" " (x UInt64) ENGINE=ReplicatedMergeTree('/clickhouse/tables/tbl/', '{replica}')" " ORDER BY tuple()" ) new_node.query(f"INSERT INTO tbl VALUES (1)") old_node.query(f"INSERT INTO tbl VALUES (2)") backup_name = new_backup_name() initiator = random_node() print(f"Using {get_node_name(initiator)} as initiator for BACKUP") initiator.query(f"BACKUP TABLE tbl ON CLUSTER 'cluster_ver' TO {backup_name}") new_node.query("DROP TABLE tbl ON CLUSTER 'cluster_ver' SYNC") initiator = random_node() print(f"Using {get_node_name(initiator)} as initiator for RESTORE") initiator.query(f"RESTORE TABLE tbl ON CLUSTER 'cluster_ver' FROM {backup_name}") new_node.query("SYSTEM SYNC REPLICA ON CLUSTER 'cluster_ver' tbl") assert new_node.query("SELECT * FROM tbl ORDER BY x") == TSV([1, 2]) assert old_node.query("SELECT * FROM tbl ORDER BY x") == TSV([1, 2]) # Error NO_ELEMENTS_IN_CONFIG is unrelated. > assert ( new_node.query( "SELECT name, last_error_message FROM system.errors WHERE NOT (" "(name == 'NO_ELEMENTS_IN_CONFIG')" ")" ) == "" ) E assert "NETLINK_ERROR\tCan\\'t receive Netlink response: error -2\n" == '' E + NETLINK_ERROR Can\'t receive Netlink response: error -2 test_backup_restore_on_cluster/test_different_versions.py:105: AssertionError ---------------------------- Captured stdout setup ----------------------------- Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml ------------------------------ Captured log setup ------------------------------ 2026-09-21 01:24:34.812000 [ 601 ] DEBUG : Command:[docker ps | wc -l] (cluster.py:121, run_and_check) 2026-09-21 01:24:34.858000 [ 601 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2026-09-21 01:24:34.858000 [ 601 ] DEBUG : No running containers (conftest.py:95, cleanup_environment) 2026-09-21 01:24:34.858000 [ 601 ] DEBUG : Pruning Docker networks (conftest.py:97, cleanup_environment) 2026-09-21 01:24:34.859000 [ 601 ] DEBUG : Command:[docker network prune --force] (cluster.py:121, run_and_check) 2026-09-21 01:24:34.896000 [ 601 ] DEBUG : Command:[sysctl net.ipv4.ip_local_port_range='55000 65535'] (cluster.py:121, run_and_check) 2026-09-21 01:24:34.900000 [ 601 ] DEBUG : Stdout:net.ipv4.ip_local_port_range = 55000 65535 (cluster.py:145, run_and_check) 2026-09-21 01:24:34.901000 [ 601 ] INFO : Running tests in /ClickHouse/tests/integration/test_backup_restore_on_cluster/test_different_versions.py (cluster.py:2738, start) 2026-09-21 01:24:34.902000 [ 601 ] DEBUG : Cluster start called. is_up=False (cluster.py:2745, start) 2026-09-21 01:24:34.942000 [ 601 ] DEBUG : Docker networks for project roottestbackuprestoreonclusterdifferentversions-gw2 are NETWORK ID NAME DRIVER SCOPE (cluster.py:830, print_all_docker_pieces) 2026-09-21 01:24:34.972000 [ 601 ] DEBUG : Docker containers for project roottestbackuprestoreonclusterdifferentversions-gw2 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:838, print_all_docker_pieces) 2026-09-21 01:24:35.013000 [ 601 ] DEBUG : Docker volumes for project roottestbackuprestoreonclusterdifferentversions-gw2 are DRIVER VOLUME NAME (cluster.py:846, print_all_docker_pieces) 2026-09-21 01:24:35.013000 [ 601 ] DEBUG : Cleanup called (cluster.py:851, cleanup) 2026-09-21 01:24:35.053000 [ 601 ] DEBUG : Docker networks for project roottestbackuprestoreonclusterdifferentversions-gw2 are NETWORK ID NAME DRIVER SCOPE (cluster.py:830, print_all_docker_pieces) 2026-09-21 01:24:35.087000 [ 601 ] DEBUG : Docker containers for project roottestbackuprestoreonclusterdifferentversions-gw2 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:838, print_all_docker_pieces) 2026-09-21 01:24:35.126000 [ 601 ] DEBUG : Docker volumes for project roottestbackuprestoreonclusterdifferentversions-gw2 are DRIVER VOLUME NAME (cluster.py:846, print_all_docker_pieces) 2026-09-21 01:24:35.126000 [ 601 ] DEBUG : Command:[docker container list --all --filter name='^/roottestbackuprestoreonclusterdifferentversions-gw2-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:121, run_and_check) 2026-09-21 01:24:35.164000 [ 601 ] DEBUG : Unstopped containers: {} (cluster.py:865, cleanup) 2026-09-21 01:24:35.165000 [ 601 ] DEBUG : No running containers for project: roottestbackuprestoreonclusterdifferentversions-gw2 (cluster.py:879, cleanup) 2026-09-21 01:24:35.165000 [ 601 ] DEBUG : Trying to prune unused networks... (cluster.py:885, cleanup) 2026-09-21 01:24:35.200000 [ 601 ] DEBUG : Trying to prune unused images... (cluster.py:901, cleanup) 2026-09-21 01:24:35.200000 [ 601 ] DEBUG : Command:[docker image prune -f] (cluster.py:121, run_and_check) 2026-09-21 01:24:35.258000 [ 601 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:145, run_and_check) 2026-09-21 01:24:35.259000 [ 601 ] DEBUG : Images pruned (cluster.py:904, cleanup) 2026-09-21 01:24:35.259000 [ 601 ] DEBUG : Trying to prune unused volumes... (cluster.py:910, cleanup) 2026-09-21 01:24:35.259000 [ 601 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:121, run_and_check) 2026-09-21 01:24:35.293000 [ 601 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2026-09-21 01:24:35.293000 [ 601 ] DEBUG : Volumes pruned: 1 (cluster.py:915, cleanup) 2026-09-21 01:24:35.293000 [ 601 ] DEBUG : Setup directory for instance: new_node (cluster.py:2758, start) 2026-09-21 01:24:35.294000 [ 601 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4628, create_dir) 2026-09-21 01:24:35.295000 [ 601 ] DEBUG : Create directory for common tests configuration (cluster.py:4633, create_dir) 2026-09-21 01:24:35.295000 [ 601 ] DEBUG : Copy common configuration from helpers (cluster.py:4653, create_dir) 2026-09-21 01:24:35.297000 [ 601 ] DEBUG : Generate and write macros file (cluster.py:4705, create_dir) 2026-09-21 01:24:35.298000 [ 601 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_backup_restore_on_cluster/configs/backups_disk.xml', '/ClickHouse/tests/integration/test_backup_restore_on_cluster/configs/cluster_different_versions.xml'] to /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/new_node/configs/config.d (cluster.py:4741, create_dir) 2026-09-21 01:24:35.299000 [ 601 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/new_node/database (cluster.py:4758, create_dir) 2026-09-21 01:24:35.299000 [ 601 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/new_node/logs (cluster.py:4769, create_dir) 2026-09-21 01:24:35.299000 [ 601 ] DEBUG : Entrypoint cmd: ["clickhouse", "server", "--config-file=/etc/clickhouse-server/config.xml", "--log-file=/var/log/clickhouse-server/clickhouse-server.log", "--errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log", "--"] (cluster.py:4850, create_dir) 2026-09-21 01:24:35.300000 [ 601 ] INFO : external_dir_abs_path=/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/backups (cluster.py:4879, create_dir) 2026-09-21 01:24:35.300000 [ 601 ] DEBUG : Setup directory for instance: old_node (cluster.py:2758, start) 2026-09-21 01:24:35.301000 [ 601 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4628, create_dir) 2026-09-21 01:24:35.302000 [ 601 ] DEBUG : Create directory for common tests configuration (cluster.py:4633, create_dir) 2026-09-21 01:24:35.302000 [ 601 ] DEBUG : Copy common configuration from helpers (cluster.py:4653, create_dir) 2026-09-21 01:24:35.303000 [ 601 ] DEBUG : Generate and write macros file (cluster.py:4705, create_dir) 2026-09-21 01:24:35.304000 [ 601 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_backup_restore_on_cluster/configs/backups_disk.xml', '/ClickHouse/tests/integration/test_backup_restore_on_cluster/configs/cluster_different_versions.xml'] to /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/old_node/configs/config.d (cluster.py:4741, create_dir) 2026-09-21 01:24:35.305000 [ 601 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/old_node/database (cluster.py:4758, create_dir) 2026-09-21 01:24:35.305000 [ 601 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/old_node/logs (cluster.py:4769, create_dir) 2026-09-21 01:24:35.305000 [ 601 ] DEBUG : Entrypoint cmd: ["clickhouse", "server", "--config-file=/etc/clickhouse-server/config.xml", "--log-file=/var/log/clickhouse-server/clickhouse-server.log", "--errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log", "--"] (cluster.py:4850, create_dir) 2026-09-21 01:24:35.305000 [ 601 ] INFO : external_dir_abs_path=/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/backups (cluster.py:4879, create_dir) 2026-09-21 01:24:35.305000 [ 601 ] DEBUG : Env {'ASAN_OPTIONS': 'use_sigaltstack=0', 'TSAN_OPTIONS': 'use_sigaltstack=0', 'CLICKHOUSE_WATCHDOG_ENABLE': '0', 'CLICKHOUSE_NATS_TLS_SECURE': '0', 'LLVM_PROFILE_FILE': '/var/lib/clickhouse/server_%h_%p_%m.profraw', 'keeper_binary': '/clickhouse', 'keeper_cmd_prefix': 'clickhouse keeper', 'image': 'altinityinfra/integration-test:5ccda723c1fc', 'user': '0', 'keeper_fs': 'bind', 'keeper_logs_dir1': '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper1/log', 'keeper_config_dir1': '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper1/config', 'keeper_db_dir1': '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper1/coordination', 'keeper_logs_dir2': '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper2/log', 'keeper_config_dir2': '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper2/config', 'keeper_db_dir2': '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper2/coordination', 'keeper_logs_dir3': '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper3/log', 'keeper_config_dir3': '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper3/config', 'keeper_db_dir3': '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper3/coordination'} stored in /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/.env (cluster.py:96, _create_env_file) 2026-09-21 01:24:35.306000 [ 601 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2026-09-21 01:24:35.306000 [ 601 ] DEBUG : No config file found (config.py:28, find_config_file) 2026-09-21 01:24:35.306000 [ 601 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2026-09-21 01:24:35.306000 [ 601 ] DEBUG : No config file found (config.py:28, find_config_file) 2026-09-21 01:24:35.321000 [ 601 ] DEBUG : http://localhost:None "GET /version HTTP/1.1" 200 826 (connectionpool.py:547, _make_request) 2026-09-21 01:24:35.324000 [ 601 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/.env --project-name roottestbackuprestoreonclusterdifferentversions-gw2 --file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/new_node/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/old_node/docker-compose.yml pull] (cluster.py:121, run_and_check) 2026-09-21 01:27:10.871000 [ 601 ] DEBUG : Stderr: zoo3 Skipped - Image is already being pulled by new_node (cluster.py:147, run_and_check) 2026-09-21 01:27:10.871000 [ 601 ] DEBUG : Stderr: zoo1 Skipped - Image is already being pulled by new_node (cluster.py:147, run_and_check) 2026-09-21 01:27:10.872000 [ 601 ] DEBUG : Stderr: zoo2 Skipped - Image is already being pulled by new_node (cluster.py:147, run_and_check) 2026-09-21 01:27:10.872000 [ 601 ] DEBUG : Stderr: old_node Pulling (cluster.py:147, run_and_check) 2026-09-21 01:27:10.872000 [ 601 ] DEBUG : Stderr: new_node Pulling (cluster.py:147, run_and_check) 2026-09-21 01:27:10.872000 [ 601 ] DEBUG : Stderr: 3823320faa42 Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.872000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.872000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.872000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.872000 [ 601 ] DEBUG : Stderr: a517e5e9f3cd Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.873000 [ 601 ] DEBUG : Stderr: 3ce37c9627a5 Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.873000 [ 601 ] DEBUG : Stderr: 3f8a7f45c802 Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.873000 [ 601 ] DEBUG : Stderr: fd4d333a83bf Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.873000 [ 601 ] DEBUG : Stderr: 12e84a19c313 Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.873000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Waiting (cluster.py:147, run_and_check) 2026-09-21 01:27:10.873000 [ 601 ] DEBUG : Stderr: fd4d333a83bf Waiting (cluster.py:147, run_and_check) 2026-09-21 01:27:10.873000 [ 601 ] DEBUG : Stderr: 12e84a19c313 Waiting (cluster.py:147, run_and_check) 2026-09-21 01:27:10.874000 [ 601 ] DEBUG : Stderr: a517e5e9f3cd Waiting (cluster.py:147, run_and_check) 2026-09-21 01:27:10.874000 [ 601 ] DEBUG : Stderr: 3ce37c9627a5 Waiting (cluster.py:147, run_and_check) 2026-09-21 01:27:10.874000 [ 601 ] DEBUG : Stderr: 3f8a7f45c802 Waiting (cluster.py:147, run_and_check) 2026-09-21 01:27:10.874000 [ 601 ] DEBUG : Stderr: new_node Pulled (cluster.py:147, run_and_check) 2026-09-21 01:27:10.874000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 5 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.874000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Downloading [> ] 94.33kB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.874000 [ 601 ] DEBUG : Stderr: 3823320faa42 Downloading [> ] 298.7kB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.875000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.875000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.875000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [> ] 536.8kB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.875000 [ 601 ] DEBUG : Stderr: 3823320faa42 Downloading [================> ] 8.851MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.875000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [==> ] 8.336MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.875000 [ 601 ] DEBUG : Stderr: 3823320faa42 Downloading [===============================> ] 17.4MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.875000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [=====> ] 17.25MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.875000 [ 601 ] DEBUG : Stderr: 3823320faa42 Downloading [=============================================> ] 25.07MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.875000 [ 601 ] DEBUG : Stderr: 3823320faa42 Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.875000 [ 601 ] DEBUG : Stderr: 3823320faa42 Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.875000 [ 601 ] DEBUG : Stderr: a517e5e9f3cd Downloading [=======> ] 3.646kB/25.48kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.876000 [ 601 ] DEBUG : Stderr: a517e5e9f3cd Downloading [==================================================>] 25.48kB/25.48kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.876000 [ 601 ] DEBUG : Stderr: a517e5e9f3cd Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.876000 [ 601 ] DEBUG : Stderr: a517e5e9f3cd Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.876000 [ 601 ] DEBUG : Stderr: 3ce37c9627a5 Downloading [> ] 13.78kB/863.5kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.876000 [ 601 ] DEBUG : Stderr: 3ce37c9627a5 Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.876000 [ 601 ] DEBUG : Stderr: 3ce37c9627a5 Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.876000 [ 601 ] DEBUG : Stderr: 3f8a7f45c802 Downloading [==================================================>] 116B/116B (cluster.py:147, run_and_check) 2026-09-21 01:27:10.876000 [ 601 ] DEBUG : Stderr: 3f8a7f45c802 Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.876000 [ 601 ] DEBUG : Stderr: 3f8a7f45c802 Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.876000 [ 601 ] DEBUG : Stderr: fd4d333a83bf Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.877000 [ 601 ] DEBUG : Stderr: 12e84a19c313 Downloading [==================================================>] 3.112kB/3.112kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.877000 [ 601 ] DEBUG : Stderr: 12e84a19c313 Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.877000 [ 601 ] DEBUG : Stderr: 12e84a19c313 Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.877000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [========> ] 25.05MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.877000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [> ] 294.9kB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.877000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [===========> ] 32.29MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.878000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [====> ] 2.359MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.878000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [==============> ] 40.64MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.878000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [========> ] 4.424MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.878000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [=================> ] 49.56MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.878000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [===================> ] 56.8MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.878000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [===========> ] 6.488MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.878000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [======================> ] 64.6MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.879000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [==============> ] 7.963MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.879000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 4 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.879000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [=========================> ] 74.07MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.879000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [================> ] 9.142MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.879000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [=============================> ] 84.1MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.879000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [===================> ] 10.62MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.879000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [================================> ] 93.57MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.879000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [=====================> ] 12.09MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.879000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [===================================> ] 103MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.880000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [==========================> ] 14.75MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.880000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [=======================================> ] 113.1MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.880000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [================================> ] 17.69MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.880000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [==========================================> ] 122MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.880000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [====================================> ] 20.05MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.880000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [=============================================> ] 131.4MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.880000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [=========================================> ] 22.71MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.880000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.880000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.880000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [==========================================> ] 23.3MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.880000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 3 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.880000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [=============================================> ] 24.77MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.881000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [===============================================> ] 26.25MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.881000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [================================================> ] 26.84MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.881000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [=================================================> ] 27.13MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.881000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [==================================================>] 27.51MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.881000 [ 601 ] DEBUG : Stderr: 3823320faa42 Pull complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.881000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [> ] 98.3kB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.881000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [==> ] 393.2kB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.881000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 2 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.881000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [===============> ] 2.654MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.881000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [================> ] 2.949MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.881000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [==========================> ] 4.719MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.881000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [===============================> ] 5.603MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.882000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [====================================> ] 6.488MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.882000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [==========================================> ] 7.569MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.882000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [=============================================> ] 8.061MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.882000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 1 second (cluster.py:147, run_and_check) 2026-09-21 01:27:10.882000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [==============================================> ] 8.159MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.882000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [==============================================> ] 8.258MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.882000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [===============================================> ] 8.356MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.882000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [================================================> ] 8.454MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.882000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [==================================================>] 8.803MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.882000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Pull complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.882000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Downloading [==================================================>] 32B/32B (cluster.py:147, run_and_check) 2026-09-21 01:27:10.882000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 10 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.882000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 9 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.883000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 8 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.883000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 7 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.883000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 6 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.883000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 5 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.883000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 4 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.883000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 3 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.883000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 2 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.883000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 1 second (cluster.py:147, run_and_check) 2026-09-21 01:27:10.883000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Downloading [==================================================>] 32B/32B (cluster.py:147, run_and_check) 2026-09-21 01:27:10.883000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 15 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.883000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 14 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.883000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 13 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.883000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 12 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.883000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 11 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.884000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 10 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.884000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 9 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.884000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 8 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.884000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 7 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.884000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 6 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.884000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 5 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.884000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 4 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.884000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 3 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.884000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 2 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.884000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 1 second (cluster.py:147, run_and_check) 2026-09-21 01:27:10.884000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Downloading [==================================================>] 32B/32B (cluster.py:147, run_and_check) 2026-09-21 01:27:10.884000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 20 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.884000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 19 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.885000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 18 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.885000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 17 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.885000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 16 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.885000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 15 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.885000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 14 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.885000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 13 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.885000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 12 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.885000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 11 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.885000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 10 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.885000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 9 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.886000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 8 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.886000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 7 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.886000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 6 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.886000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 5 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.886000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 4 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.886000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 3 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.886000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 2 seconds (cluster.py:147, run_and_check) 2026-09-21 01:27:10.886000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Retrying in 1 second (cluster.py:147, run_and_check) 2026-09-21 01:27:10.886000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Downloading [==================================================>] 32B/32B (cluster.py:147, run_and_check) 2026-09-21 01:27:10.887000 [ 601 ] DEBUG : Stderr: 3823320faa42 Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.887000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.887000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.887000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.887000 [ 601 ] DEBUG : Stderr: a517e5e9f3cd Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.887000 [ 601 ] DEBUG : Stderr: 3ce37c9627a5 Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.887000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Waiting (cluster.py:147, run_and_check) 2026-09-21 01:27:10.887000 [ 601 ] DEBUG : Stderr: 3f8a7f45c802 Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.887000 [ 601 ] DEBUG : Stderr: fd4d333a83bf Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: 12e84a19c313 Pulling fs layer (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: fd4d333a83bf Waiting (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: 3f8a7f45c802 Waiting (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: 12e84a19c313 Waiting (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: a517e5e9f3cd Waiting (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: 3ce37c9627a5 Waiting (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Downloading [==================================================>] 32B/32B (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Downloading [> ] 98.3kB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: 3823320faa42 Downloading [> ] 275.4kB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Downloading [========================================> ] 7.119MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: 3823320faa42 Downloading [============> ] 6.741MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.888000 [ 601 ] DEBUG : Stderr: 3823320faa42 Downloading [======================> ] 12.35MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.889000 [ 601 ] DEBUG : Stderr: 3823320faa42 Downloading [==================================> ] 18.81MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.889000 [ 601 ] DEBUG : Stderr: 3823320faa42 Downloading [================================================> ] 26.93MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.889000 [ 601 ] DEBUG : Stderr: 3823320faa42 Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.889000 [ 601 ] DEBUG : Stderr: 3823320faa42 Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.889000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [> ] 294.9kB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.889000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [====> ] 2.359MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.889000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [========> ] 4.424MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.889000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [===========> ] 6.488MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.889000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [==============> ] 7.963MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.889000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [================> ] 9.142MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.889000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [==================> ] 10.03MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.889000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [====================> ] 11.21MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.889000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [=========================> ] 13.86MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.889000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [==============================> ] 16.81MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.889000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [===================================> ] 19.76MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.890000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [=========================================> ] 22.71MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.890000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [==========================================> ] 23.3MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.890000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [=============================================> ] 25.07MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.890000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [===============================================> ] 26.25MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.890000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [=================================================> ] 27.13MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.890000 [ 601 ] DEBUG : Stderr: 3823320faa42 Extracting [==================================================>] 27.51MB/27.51MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.890000 [ 601 ] DEBUG : Stderr: 3823320faa42 Pull complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.890000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [> ] 98.3kB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.890000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [==> ] 393.2kB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.890000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [===============> ] 2.654MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.890000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [=================> ] 3.146MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.890000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [===========================> ] 4.817MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.890000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [==================================> ] 6.095MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.890000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [======================================> ] 6.783MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [==========================================> ] 7.569MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [=============================================> ] 8.061MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [==============================================> ] 8.159MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [==============================================> ] 8.258MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [===============================================> ] 8.356MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [================================================> ] 8.454MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Extracting [==================================================>] 8.803MB/8.803MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: 9992e46614b1 Pull complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Extracting [==================================================>] 32B/32B (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Extracting [==================================================>] 32B/32B (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: 4f4fb700ef54 Pull complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: 3ce37c9627a5 Downloading [> ] 16.38kB/863.5kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: a517e5e9f3cd Downloading [================================> ] 16.38kB/25.48kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: a517e5e9f3cd Downloading [==================================================>] 25.48kB/25.48kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: a517e5e9f3cd Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.891000 [ 601 ] DEBUG : Stderr: a517e5e9f3cd Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.892000 [ 601 ] DEBUG : Stderr: 3ce37c9627a5 Downloading [==================================================>] 863.5kB/863.5kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.892000 [ 601 ] DEBUG : Stderr: 3ce37c9627a5 Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.892000 [ 601 ] DEBUG : Stderr: 3ce37c9627a5 Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.892000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [> ] 533kB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.892000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [==> ] 5.901MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.892000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [====> ] 13.43MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.892000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [======> ] 19.34MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.892000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [========> ] 25.21MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.892000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [==========> ] 30.57MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.892000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [============> ] 37.01MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.892000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [===============> ] 44.01MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.892000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [=================> ] 49.86MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.892000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [===================> ] 55.72MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.892000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [=====================> ] 62.67MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [========================> ] 69.67MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [==========================> ] 77.17MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [=============================> ] 84.12MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [===============================> ] 89.49MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [=================================> ] 95.93MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [===================================> ] 101.8MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [=====================================> ] 108.3MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [=======================================> ] 114.2MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [==========================================> ] 121.7MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [============================================> ] 129.7MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [===============================================> ] 136.7MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Downloading [=================================================> ] 142.5MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [> ] 557.1kB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.893000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=> ] 3.899MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.894000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [==> ] 7.799MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.894000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [====> ] 11.7MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.894000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=====> ] 15.04MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.894000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [======> ] 18.38MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.894000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=======> ] 21.17MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.894000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [========> ] 23.95MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.894000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=========> ] 26.18MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.894000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [==========> ] 29.52MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.894000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [===========> ] 31.75MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.894000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [===========> ] 33.98MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.894000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [============> ] 36.21MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.894000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=============> ] 39.55MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.894000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [==============> ] 41.78MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [===============> ] 44.56MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [================> ] 46.79MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [================> ] 48.46MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=================> ] 50.14MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [==================> ] 52.36MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [==================> ] 54.59MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [===================> ] 56.26MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [====================> ] 58.49MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [====================> ] 60.16MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [======================> ] 63.5MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [======================> ] 65.73MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=======================> ] 67.96MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [========================> ] 70.75MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [========================> ] 71.86MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=========================> ] 73.53MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.895000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [==========================> ] 75.2MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [==========================> ] 76.87MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [===========================> ] 79.66MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [============================> ] 83.56MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=============================> ] 85.79MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [==============================> ] 88.57MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [===============================> ] 91.36MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [================================> ] 94.7MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=================================> ] 97.48MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [==================================> ] 100.3MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [===================================> ] 103.6MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=====================================> ] 107.5MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [======================================> ] 111.4MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=======================================> ] 115.3MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=========================================> ] 118.7MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=========================================> ] 120.9MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.896000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [===========================================> ] 124.2MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [============================================> ] 127.6MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=============================================> ] 130.9MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [==============================================> ] 133.7MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [===============================================> ] 136.5MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [===============================================> ] 138.1MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [================================================> ] 139.3MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [================================================> ] 139.8MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [================================================> ] 140.4MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [================================================> ] 140.9MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=================================================> ] 141.5MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=================================================> ] 142.6MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [=================================================> ] 143.2MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Extracting [==================================================>] 144.2MB/144.2MB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: cfd7763775f9 Pull complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: a517e5e9f3cd Extracting [==================================================>] 25.48kB/25.48kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: a517e5e9f3cd Extracting [==================================================>] 25.48kB/25.48kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.897000 [ 601 ] DEBUG : Stderr: a517e5e9f3cd Pull complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.898000 [ 601 ] DEBUG : Stderr: 3ce37c9627a5 Extracting [=> ] 32.77kB/863.5kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.898000 [ 601 ] DEBUG : Stderr: 3ce37c9627a5 Extracting [==================================================>] 863.5kB/863.5kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.898000 [ 601 ] DEBUG : Stderr: 3ce37c9627a5 Extracting [==================================================>] 863.5kB/863.5kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.898000 [ 601 ] DEBUG : Stderr: 3ce37c9627a5 Pull complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.898000 [ 601 ] DEBUG : Stderr: 3f8a7f45c802 Downloading [==================================================>] 116B/116B (cluster.py:147, run_and_check) 2026-09-21 01:27:10.898000 [ 601 ] DEBUG : Stderr: 3f8a7f45c802 Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.898000 [ 601 ] DEBUG : Stderr: 3f8a7f45c802 Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.898000 [ 601 ] DEBUG : Stderr: 3f8a7f45c802 Extracting [==================================================>] 116B/116B (cluster.py:147, run_and_check) 2026-09-21 01:27:10.898000 [ 601 ] DEBUG : Stderr: 3f8a7f45c802 Extracting [==================================================>] 116B/116B (cluster.py:147, run_and_check) 2026-09-21 01:27:10.898000 [ 601 ] DEBUG : Stderr: fd4d333a83bf Downloading [==================================================>] 368B/368B (cluster.py:147, run_and_check) 2026-09-21 01:27:10.898000 [ 601 ] DEBUG : Stderr: fd4d333a83bf Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.898000 [ 601 ] DEBUG : Stderr: fd4d333a83bf Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.899000 [ 601 ] DEBUG : Stderr: 12e84a19c313 Downloading [==================================================>] 3.112kB/3.112kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.899000 [ 601 ] DEBUG : Stderr: 12e84a19c313 Verifying Checksum (cluster.py:147, run_and_check) 2026-09-21 01:27:10.899000 [ 601 ] DEBUG : Stderr: 12e84a19c313 Download complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.899000 [ 601 ] DEBUG : Stderr: 3f8a7f45c802 Pull complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.899000 [ 601 ] DEBUG : Stderr: fd4d333a83bf Extracting [==================================================>] 368B/368B (cluster.py:147, run_and_check) 2026-09-21 01:27:10.899000 [ 601 ] DEBUG : Stderr: fd4d333a83bf Extracting [==================================================>] 368B/368B (cluster.py:147, run_and_check) 2026-09-21 01:27:10.899000 [ 601 ] DEBUG : Stderr: fd4d333a83bf Pull complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.899000 [ 601 ] DEBUG : Stderr: 12e84a19c313 Extracting [==================================================>] 3.112kB/3.112kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.899000 [ 601 ] DEBUG : Stderr: 12e84a19c313 Extracting [==================================================>] 3.112kB/3.112kB (cluster.py:147, run_and_check) 2026-09-21 01:27:10.899000 [ 601 ] DEBUG : Stderr: 12e84a19c313 Pull complete (cluster.py:147, run_and_check) 2026-09-21 01:27:10.899000 [ 601 ] DEBUG : Stderr: old_node Pulled (cluster.py:147, run_and_check) 2026-09-21 01:27:10.899000 [ 601 ] DEBUG : Setup ZooKeeper (cluster.py:2799, start) 2026-09-21 01:27:10.899000 [ 601 ] DEBUG : Creating internal ZooKeeper dirs: ['/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper1/log', '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper1/config', '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper1/coordination', '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper2/log', '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper2/config', '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper2/coordination', '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper3/log', '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper3/config', '/ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/keeper3/coordination'] (cluster.py:2800, start) 2026-09-21 01:27:10.901000 [ 601 ] DEBUG : Command:[docker compose --project-name roottestbackuprestoreonclusterdifferentversions-gw2 --env-file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/.env --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --verbose up -d] (cluster.py:121, run_and_check) 2026-09-21 01:27:11.823000 [ 601 ] DEBUG : Stderr:time="2026-09-21T01:27:11Z" level=trace msg="Docker Desktop integration not enabled" (cluster.py:147, run_and_check) 2026-09-21 01:27:11.823000 [ 601 ] DEBUG : Stderr: Network roottestbackuprestoreonclusterdifferentversions-gw2_default Creating (cluster.py:147, run_and_check) 2026-09-21 01:27:11.824000 [ 601 ] DEBUG : Stderr: Network roottestbackuprestoreonclusterdifferentversions-gw2_default Created (cluster.py:147, run_and_check) 2026-09-21 01:27:11.824000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo3-1 Creating (cluster.py:147, run_and_check) 2026-09-21 01:27:11.824000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo2-1 Creating (cluster.py:147, run_and_check) 2026-09-21 01:27:11.824000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo1-1 Creating (cluster.py:147, run_and_check) 2026-09-21 01:27:11.825000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo1-1 Created (cluster.py:147, run_and_check) 2026-09-21 01:27:11.825000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo3-1 Created (cluster.py:147, run_and_check) 2026-09-21 01:27:11.825000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo2-1 Created (cluster.py:147, run_and_check) 2026-09-21 01:27:11.825000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo1-1 Starting (cluster.py:147, run_and_check) 2026-09-21 01:27:11.825000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo2-1 Starting (cluster.py:147, run_and_check) 2026-09-21 01:27:11.825000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo3-1 Starting (cluster.py:147, run_and_check) 2026-09-21 01:27:11.825000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo2-1 Started (cluster.py:147, run_and_check) 2026-09-21 01:27:11.826000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo1-1 Started (cluster.py:147, run_and_check) 2026-09-21 01:27:11.826000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo3-1 Started (cluster.py:147, run_and_check) 2026-09-21 01:27:11.826000 [ 601 ] DEBUG : Stderr:time="2026-09-21T01:27:11Z" level=debug msg="otel error" error="" (cluster.py:147, run_and_check) 2026-09-21 01:27:11.826000 [ 601 ] DEBUG : Stderr:time="2026-09-21T01:27:11Z" level=debug msg="otel error" error="" (cluster.py:147, run_and_check) 2026-09-21 01:27:11.826000 [ 601 ] DEBUG : Wait ZooKeeper to start (cluster.py:2436, wait_zookeeper_to_start) 2026-09-21 01:27:11.826000 [ 601 ] DEBUG : get_instance_ip instance_name=zoo1 (cluster.py:2005, get_instance_ip) 2026-09-21 01:27:11.832000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestbackuprestoreonclusterdifferentversions-gw2-zoo1-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:11.833000 [ 601 ] DEBUG : get_kazoo_client: zoo1, ip:172.16.1.3, port:2181, use_ssl:False (cluster.py:3312, get_kazoo_client) 2026-09-21 01:27:11.836000 [ 601 ] INFO : Connecting to 172.16.1.3(172.16.1.3):2181, use_ssl: False (connection.py:650, _connect) 2026-09-21 01:27:11.837000 [ 601 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2026-09-21 01:27:11.910000 [ 601 ] INFO : Connecting to 172.16.1.3(172.16.1.3):2181, use_ssl: False (connection.py:650, _connect) 2026-09-21 01:27:11.911000 [ 601 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2026-09-21 01:27:12.106000 [ 601 ] INFO : Connecting to 172.16.1.3(172.16.1.3):2181, use_ssl: False (connection.py:650, _connect) 2026-09-21 01:27:12.107000 [ 601 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2026-09-21 01:27:12.646000 [ 601 ] INFO : Connecting to 172.16.1.3(172.16.1.3):2181, use_ssl: False (connection.py:650, _connect) 2026-09-21 01:27:12.647000 [ 601 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2026-09-21 01:27:13.348000 [ 601 ] INFO : Connecting to 172.16.1.3(172.16.1.3):2181, use_ssl: False (connection.py:650, _connect) 2026-09-21 01:27:13.349000 [ 601 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2026-09-21 01:27:14.371000 [ 601 ] INFO : Connecting to 172.16.1.3(172.16.1.3):2181, use_ssl: False (connection.py:650, _connect) 2026-09-21 01:27:14.372000 [ 601 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2026-09-21 01:27:15.690000 [ 601 ] INFO : Connecting to 172.16.1.3(172.16.1.3):2181, use_ssl: False (connection.py:650, _connect) 2026-09-21 01:27:15.690000 [ 601 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2026-09-21 01:27:15.703000 [ 601 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2026-09-21 01:27:15.704000 [ 601 ] DEBUG : Sending request(xid=1): GetChildren(path='/', watcher=None) (connection.py:312, _submit) 2026-09-21 01:27:15.705000 [ 601 ] DEBUG : Received response(xid=1): ['keeper'] (connection.py:410, _read_response) 2026-09-21 01:27:15.706000 [ 601 ] DEBUG : Sending request(xid=2): Close() (connection.py:312, _submit) 2026-09-21 01:27:15.714000 [ 601 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2026-09-21 01:27:15.714000 [ 601 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2026-09-21 01:27:15.715000 [ 601 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2026-09-21 01:27:15.815000 [ 601 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:515, zk_loop) 2026-09-21 01:27:15.816000 [ 601 ] INFO : Zookeeper session closed, state: CLOSED (client.py:537, _session_callback) 2026-09-21 01:27:15.817000 [ 601 ] DEBUG : get_instance_ip instance_name=zoo2 (cluster.py:2005, get_instance_ip) 2026-09-21 01:27:15.822000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestbackuprestoreonclusterdifferentversions-gw2-zoo2-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:15.824000 [ 601 ] DEBUG : get_kazoo_client: zoo2, ip:172.16.1.2, port:2181, use_ssl:False (cluster.py:3312, get_kazoo_client) 2026-09-21 01:27:15.826000 [ 601 ] INFO : Connecting to 172.16.1.2(172.16.1.2):2181, use_ssl: False (connection.py:650, _connect) 2026-09-21 01:27:15.827000 [ 601 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2026-09-21 01:27:15.835000 [ 601 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2026-09-21 01:27:15.836000 [ 601 ] DEBUG : Sending request(xid=1): GetChildren(path='/', watcher=None) (connection.py:312, _submit) 2026-09-21 01:27:15.839000 [ 601 ] DEBUG : Received response(xid=1): ['keeper'] (connection.py:410, _read_response) 2026-09-21 01:27:15.840000 [ 601 ] DEBUG : Sending request(xid=2): Close() (connection.py:312, _submit) 2026-09-21 01:27:15.846000 [ 601 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2026-09-21 01:27:15.846000 [ 601 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2026-09-21 01:27:15.847000 [ 601 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2026-09-21 01:27:15.929000 [ 601 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:515, zk_loop) 2026-09-21 01:27:15.930000 [ 601 ] INFO : Zookeeper session closed, state: CLOSED (client.py:537, _session_callback) 2026-09-21 01:27:15.930000 [ 601 ] DEBUG : get_instance_ip instance_name=zoo3 (cluster.py:2005, get_instance_ip) 2026-09-21 01:27:15.933000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestbackuprestoreonclusterdifferentversions-gw2-zoo3-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:15.934000 [ 601 ] DEBUG : get_kazoo_client: zoo3, ip:172.16.1.4, port:2181, use_ssl:False (cluster.py:3312, get_kazoo_client) 2026-09-21 01:27:15.936000 [ 601 ] INFO : Connecting to 172.16.1.4(172.16.1.4):2181, use_ssl: False (connection.py:650, _connect) 2026-09-21 01:27:15.937000 [ 601 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2026-09-21 01:27:15.948000 [ 601 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2026-09-21 01:27:15.949000 [ 601 ] DEBUG : Sending request(xid=1): GetChildren(path='/', watcher=None) (connection.py:312, _submit) 2026-09-21 01:27:15.950000 [ 601 ] DEBUG : Received response(xid=1): ['keeper'] (connection.py:410, _read_response) 2026-09-21 01:27:15.951000 [ 601 ] DEBUG : Sending request(xid=2): Close() (connection.py:312, _submit) 2026-09-21 01:27:15.956000 [ 601 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2026-09-21 01:27:15.956000 [ 601 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2026-09-21 01:27:15.956000 [ 601 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2026-09-21 01:27:16.057000 [ 601 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:515, zk_loop) 2026-09-21 01:27:16.057000 [ 601 ] INFO : Zookeeper session closed, state: CLOSED (client.py:537, _session_callback) 2026-09-21 01:27:16.058000 [ 601 ] DEBUG : All instances of ZooKeeper started: ('zoo1', 'zoo2', 'zoo3') (cluster.py:2452, wait_zookeeper_nodes_to_start) 2026-09-21 01:27:16.059000 [ 601 ] DEBUG : ('Trying to create ClickHouse instance by command %s', 'docker compose --env-file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/.env --project-name roottestbackuprestoreonclusterdifferentversions-gw2 --file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/new_node/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/old_node/docker-compose.yml up -d --no-recreate') (cluster.py:3139, start) 2026-09-21 01:27:16.059000 [ 601 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/.env --project-name roottestbackuprestoreonclusterdifferentversions-gw2 --file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/new_node/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/old_node/docker-compose.yml up -d --no-recreate] (cluster.py:121, run_and_check) 2026-09-21 01:27:16.703000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo1-1 Running (cluster.py:147, run_and_check) 2026-09-21 01:27:16.703000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo2-1 Running (cluster.py:147, run_and_check) 2026-09-21 01:27:16.704000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo3-1 Running (cluster.py:147, run_and_check) 2026-09-21 01:27:16.704000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-new_node-1 Creating (cluster.py:147, run_and_check) 2026-09-21 01:27:16.704000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-old_node-1 Creating (cluster.py:147, run_and_check) 2026-09-21 01:27:16.704000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-new_node-1 Created (cluster.py:147, run_and_check) 2026-09-21 01:27:16.704000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-old_node-1 Created (cluster.py:147, run_and_check) 2026-09-21 01:27:16.704000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-old_node-1 Starting (cluster.py:147, run_and_check) 2026-09-21 01:27:16.704000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-new_node-1 Starting (cluster.py:147, run_and_check) 2026-09-21 01:27:16.705000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-old_node-1 Started (cluster.py:147, run_and_check) 2026-09-21 01:27:16.705000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-new_node-1 Started (cluster.py:147, run_and_check) 2026-09-21 01:27:16.705000 [ 601 ] DEBUG : ClickHouse instance created (cluster.py:3147, start) 2026-09-21 01:27:16.705000 [ 601 ] DEBUG : get_instance_ip instance_name=new_node (cluster.py:2005, get_instance_ip) 2026-09-21 01:27:16.709000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestbackuprestoreonclusterdifferentversions-gw2-new_node-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:16.710000 [ 601 ] DEBUG : get_instance_ip instance_name=new_node (cluster.py:2015, get_instance_global_ipv6) 2026-09-21 01:27:16.713000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestbackuprestoreonclusterdifferentversions-gw2-new_node-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:16.714000 [ 601 ] DEBUG : Waiting for ClickHouse start in new_node, ip: 172.16.1.6... (cluster.py:3155, start) 2026-09-21 01:27:16.717000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestbackuprestoreonclusterdifferentversions-gw2-new_node-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:16.722000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:16.826000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:16.933000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:17.041000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:17.148000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:17.253000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:17.358000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:17.465000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:17.571000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:17.677000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:17.784000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:17.889000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:17.996000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:18.103000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:18.209000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:18.316000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:18.422000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:18.528000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:18.634000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:18.740000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:18.846000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:18.951000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:19.057000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:19.163000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/e52abfd3eb05f8210121f1bfbbda0e36f40d0be0b0eff759e64c95b43e80c4ec/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:19.164000 [ 601 ] DEBUG : ClickHouse new_node started (cluster.py:3159, start) 2026-09-21 01:27:19.164000 [ 601 ] DEBUG : get_instance_ip instance_name=old_node (cluster.py:2005, get_instance_ip) 2026-09-21 01:27:19.168000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestbackuprestoreonclusterdifferentversions-gw2-old_node-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:19.169000 [ 601 ] DEBUG : get_instance_ip instance_name=old_node (cluster.py:2015, get_instance_global_ipv6) 2026-09-21 01:27:19.171000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestbackuprestoreonclusterdifferentversions-gw2-old_node-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:19.172000 [ 601 ] DEBUG : Waiting for ClickHouse start in old_node, ip: 172.16.1.5... (cluster.py:3155, start) 2026-09-21 01:27:19.174000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestbackuprestoreonclusterdifferentversions-gw2-old_node-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:19.176000 [ 601 ] DEBUG : http://localhost:None "GET /v1.46/containers/0e222493b6dd1d64079f4d112ff4d82485f09a9bbc6cfcb81a3529c17a804873/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-09-21 01:27:19.177000 [ 601 ] DEBUG : ClickHouse old_node started (cluster.py:3159, start) ----------------------------- Captured stdout call ----------------------------- Using old_node as initiator for BACKUP Using old_node as initiator for RESTORE ------------------------------ Captured log call ------------------------------- 2026-09-21 01:27:19.182000 [ 601 ] DEBUG : Executing query CREATE TABLE tbl ON CLUSTER 'cluster_ver' (x UInt64) ENGINE=ReplicatedMergeTree('/clickhouse/tables/tbl/', '{replica}') ORDER BY tuple() on new_node (cluster.py:3648, query) 2026-09-21 01:27:19.801000 [ 601 ] DEBUG : Executing query INSERT INTO tbl VALUES (1) on new_node (cluster.py:3648, query) 2026-09-21 01:27:20.220000 [ 601 ] DEBUG : Executing query INSERT INTO tbl VALUES (2) on old_node (cluster.py:3648, query) 2026-09-21 01:27:20.642000 [ 601 ] DEBUG : Executing query BACKUP TABLE tbl ON CLUSTER 'cluster_ver' TO Disk('backups', '1') on old_node (cluster.py:3648, query) 2026-09-21 01:27:21.513000 [ 601 ] DEBUG : Executing query DROP TABLE tbl ON CLUSTER 'cluster_ver' SYNC on new_node (cluster.py:3648, query) 2026-09-21 01:27:22.032000 [ 601 ] DEBUG : Executing query RESTORE TABLE tbl ON CLUSTER 'cluster_ver' FROM Disk('backups', '1') on old_node (cluster.py:3648, query) 2026-09-21 01:27:22.853000 [ 601 ] DEBUG : Executing query SYSTEM SYNC REPLICA ON CLUSTER 'cluster_ver' tbl on new_node (cluster.py:3648, query) 2026-09-21 01:27:23.371000 [ 601 ] DEBUG : Executing query SELECT * FROM tbl ORDER BY x on new_node (cluster.py:3648, query) 2026-09-21 01:27:23.790000 [ 601 ] DEBUG : Executing query SELECT * FROM tbl ORDER BY x on old_node (cluster.py:3648, query) 2026-09-21 01:27:24.209000 [ 601 ] DEBUG : Executing query SELECT name, last_error_message FROM system.errors WHERE NOT ((name == 'NO_ELEMENTS_IN_CONFIG')) on new_node (cluster.py:3648, query) ---------------------------- Captured log teardown ----------------------------- 2026-09-21 01:27:24.736000 [ 601 ] DEBUG : Executing query DROP TABLE IF EXISTS tbl ON CLUSTER 'cluster_ver' SYNC on new_node (cluster.py:3648, query) 2026-09-21 01:27:25.255000 [ 601 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/.env --project-name roottestbackuprestoreonclusterdifferentversions-gw2 --file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/new_node/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/old_node/docker-compose.yml stop --timeout 20] (cluster.py:121, run_and_check) 2026-09-21 01:27:32.245000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-new_node-1 Stopping (cluster.py:147, run_and_check) 2026-09-21 01:27:32.246000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-old_node-1 Stopping (cluster.py:147, run_and_check) 2026-09-21 01:27:32.246000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-old_node-1 Stopped (cluster.py:147, run_and_check) 2026-09-21 01:27:32.246000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-new_node-1 Stopped (cluster.py:147, run_and_check) 2026-09-21 01:27:32.247000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo1-1 Stopping (cluster.py:147, run_and_check) 2026-09-21 01:27:32.247000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo2-1 Stopping (cluster.py:147, run_and_check) 2026-09-21 01:27:32.247000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo3-1 Stopping (cluster.py:147, run_and_check) 2026-09-21 01:27:32.247000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo1-1 Stopped (cluster.py:147, run_and_check) 2026-09-21 01:27:32.247000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo3-1 Stopped (cluster.py:147, run_and_check) 2026-09-21 01:27:32.247000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo2-1 Stopped (cluster.py:147, run_and_check) 2026-09-21 01:27:32.248000 [ 601 ] DEBUG : Command:[bash -c [ -f /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/new_node/logs/stderr.log ] && zgrep -aH "==================" /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/new_node/logs/stderr.log* | ( [ -z "" ] && cat || grep -v "$" ) || true] (cluster.py:121, run_and_check) 2026-09-21 01:27:32.273000 [ 601 ] DEBUG : Command:[bash -c [ -f /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/old_node/logs/stderr.log ] && zgrep -aH "==================" /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/old_node/logs/stderr.log* | ( [ -z "" ] && cat || grep -v "$" ) || true] (cluster.py:121, run_and_check) 2026-09-21 01:27:32.300000 [ 601 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/.env --project-name roottestbackuprestoreonclusterdifferentversions-gw2 --file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/new_node/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/test_backup_restore_on_cluster/_instances-different_versions-1-gw2/old_node/docker-compose.yml down --volumes] (cluster.py:121, run_and_check) 2026-09-21 01:27:33.067000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-old_node-1 Stopping (cluster.py:147, run_and_check) 2026-09-21 01:27:33.067000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-new_node-1 Stopping (cluster.py:147, run_and_check) 2026-09-21 01:27:33.068000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-old_node-1 Stopped (cluster.py:147, run_and_check) 2026-09-21 01:27:33.068000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-old_node-1 Removing (cluster.py:147, run_and_check) 2026-09-21 01:27:33.068000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-new_node-1 Stopped (cluster.py:147, run_and_check) 2026-09-21 01:27:33.069000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-new_node-1 Removing (cluster.py:147, run_and_check) 2026-09-21 01:27:33.069000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-old_node-1 Removed (cluster.py:147, run_and_check) 2026-09-21 01:27:33.069000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-new_node-1 Removed (cluster.py:147, run_and_check) 2026-09-21 01:27:33.069000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo1-1 Stopping (cluster.py:147, run_and_check) 2026-09-21 01:27:33.069000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo2-1 Stopping (cluster.py:147, run_and_check) 2026-09-21 01:27:33.070000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo3-1 Stopping (cluster.py:147, run_and_check) 2026-09-21 01:27:33.070000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo1-1 Stopped (cluster.py:147, run_and_check) 2026-09-21 01:27:33.070000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo1-1 Removing (cluster.py:147, run_and_check) 2026-09-21 01:27:33.070000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo2-1 Stopped (cluster.py:147, run_and_check) 2026-09-21 01:27:33.070000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo2-1 Removing (cluster.py:147, run_and_check) 2026-09-21 01:27:33.071000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo3-1 Stopped (cluster.py:147, run_and_check) 2026-09-21 01:27:33.071000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo3-1 Removing (cluster.py:147, run_and_check) 2026-09-21 01:27:33.071000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo2-1 Removed (cluster.py:147, run_and_check) 2026-09-21 01:27:33.071000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo3-1 Removed (cluster.py:147, run_and_check) 2026-09-21 01:27:33.071000 [ 601 ] DEBUG : Stderr: Container roottestbackuprestoreonclusterdifferentversions-gw2-zoo1-1 Removed (cluster.py:147, run_and_check) 2026-09-21 01:27:33.071000 [ 601 ] DEBUG : Stderr: Network roottestbackuprestoreonclusterdifferentversions-gw2_default Removing (cluster.py:147, run_and_check) 2026-09-21 01:27:33.072000 [ 601 ] DEBUG : Stderr: Network roottestbackuprestoreonclusterdifferentversions-gw2_default Removed (cluster.py:147, run_and_check) 2026-09-21 01:27:33.072000 [ 601 ] DEBUG : Cleanup called (cluster.py:851, cleanup) 2026-09-21 01:27:33.117000 [ 601 ] DEBUG : Docker networks for project roottestbackuprestoreonclusterdifferentversions-gw2 are NETWORK ID NAME DRIVER SCOPE (cluster.py:830, print_all_docker_pieces) 2026-09-21 01:27:33.158000 [ 601 ] DEBUG : Docker containers for project roottestbackuprestoreonclusterdifferentversions-gw2 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:838, print_all_docker_pieces) 2026-09-21 01:27:33.189000 [ 601 ] DEBUG : Docker volumes for project roottestbackuprestoreonclusterdifferentversions-gw2 are DRIVER VOLUME NAME (cluster.py:846, print_all_docker_pieces) 2026-09-21 01:27:33.189000 [ 601 ] DEBUG : Command:[docker container list --all --filter name='^/roottestbackuprestoreonclusterdifferentversions-gw2-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:121, run_and_check) 2026-09-21 01:27:33.222000 [ 601 ] DEBUG : Unstopped containers: {} (cluster.py:865, cleanup) 2026-09-21 01:27:33.222000 [ 601 ] DEBUG : No running containers for project: roottestbackuprestoreonclusterdifferentversions-gw2 (cluster.py:879, cleanup) 2026-09-21 01:27:33.223000 [ 601 ] DEBUG : Trying to prune unused networks... (cluster.py:885, cleanup) 2026-09-21 01:27:33.262000 [ 601 ] DEBUG : Trying to prune unused images... (cluster.py:901, cleanup) 2026-09-21 01:27:33.263000 [ 601 ] DEBUG : Command:[docker image prune -f] (cluster.py:121, run_and_check) 2026-09-21 01:27:33.323000 [ 601 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:145, run_and_check) 2026-09-21 01:27:33.324000 [ 601 ] DEBUG : Images pruned (cluster.py:904, cleanup) 2026-09-21 01:27:33.324000 [ 601 ] DEBUG : Trying to prune unused volumes... (cluster.py:910, cleanup) 2026-09-21 01:27:33.324000 [ 601 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:121, run_and_check) 2026-09-21 01:27:33.368000 [ 601 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2026-09-21 01:27:33.369000 [ 601 ] DEBUG : Volumes pruned: 1 (cluster.py:915, cleanup) ----------------- generated report log file: parallel0_1.jsonl ----------------- ============================== slowest durations =============================== 901.73s setup test_database_delta/test.py::test_complex_table_schema 164.37s setup test_backup_restore_on_cluster/test_different_versions.py::test_different_versions 14.91s setup test_asynchronous_metric_jemalloc_profile_active/test.py::test_asynchronous_metric_jemalloc_profile_active 8.64s teardown test_backup_restore_on_cluster/test_different_versions.py::test_different_versions 5.45s call test_backup_restore_on_cluster/test_different_versions.py::test_different_versions 5.38s teardown test_asynchronous_metric_jemalloc_profile_active/test.py::test_asynchronous_metric_jemalloc_profile_active 0.52s call test_asynchronous_metric_jemalloc_profile_active/test.py::test_asynchronous_metric_jemalloc_profile_active 0.00s teardown test_database_delta/test.py::test_complex_table_schema 0.00s teardown test_database_delta/test.py::test_multiple_schemes_tables 0.00s setup test_database_delta/test.py::test_embedded_database_and_tables 0.00s setup test_database_delta/test.py::test_multiple_schemes_tables 0.00s teardown test_database_delta/test.py::test_embedded_database_and_tables =========================== short test summary info ============================ FAILED test_backup_restore_on_cluster/test_different_versions.py::test_different_versions ERROR test_database_delta/test.py::test_complex_table_schema - Failed: Timeou... ERROR test_database_delta/test.py::test_embedded_database_and_tables - Failed... ERROR test_database_delta/test.py::test_multiple_schemes_tables - Failed: Tim... SKIPPED [1] test_asynchronous_metric_jemalloc_profile_active/test.py:30: Disabled for sanitizers ============== 1 failed, 1 skipped, 3 errors in 905.78s (0:15:05) ============== Traceback (most recent call last): File "/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration/./runner", line 492, in subprocess.check_call(cmd, shell=True, bufsize=0) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker run --rm --name clickhouse_integration_tests_5ewz40 --privileged --dns-search='.' --memory=30709018624 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=5dc43a6382f0 -e DOCKER_BASE_TAG=5ccda723c1fc -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=d862517635bf -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS="--dist=loadfile -n 10 -rfEps --run-id=1 --color=no --durations=0 --report-log=parallel0_1.jsonl --report-log-exclude-logs-on-passed-tests test_asynchronous_metric_jemalloc_profile_active/test.py::test_asynchronous_metric_jemalloc_profile_active test_backup_restore_on_cluster/test_different_versions.py::test_different_versions test_database_delta/test.py::test_complex_table_schema test_database_delta/test.py::test_embedded_database_and_tables test_database_delta/test.py::test_multiple_schemes_tables -vvv " altinityinfra/integration-tests-runner:226bfaf75ac1 ' returned non-zero exit status 1.